Crate gix_ignore

source ·
Expand description

Parse .gitignore files and provide utilities to match against them.

Feature Flags

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

Re-exports

Modules

Structs

  • A grouping of lists of patterns while possibly keeping associated to their base path in order to find matches.

Functions

  • Parse git ignore patterns, line by line, from bytes.